home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / Source / Talking Clock Pro™ Source / Talking Clock Pro Source / Controller / Headers / notify.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-02  |  125 b   |  12 lines  |  [TEXT/KAHL]

  1. /*
  2.  * Notify.h
  3.  */
  4.  
  5. #pragma once
  6. #ifndef notify_h
  7. # define notify_h
  8.  
  9. extern void NotifyStr ( unsigned char * str ) ;
  10.  
  11. #endif
  12.